home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Topik / Topik - Disk 15 - Nifty (19xx)(Topik Public Domain)(PD)[WB].zip / Topik - Disk 15 - Nifty (19xx)(Topik Public Domain)(PD)[WB].adf / Hilbert / Hilbert.doc < prev    next >
Text File  |  1989-08-20  |  3KB  |  78 lines

  1.  
  2. *** TOPIK Note : You'll find the assembly source file in this directory
  3. also, called Hilbert.asm !!
  4.  
  5.  
  6.  
  7.  
  8. *****************************************************************************
  9. *
  10. *                     Hilbert (c) 1987 The Puzzle Factory
  11. *
  12. *  Program:  Hilbert.asm  V0.6                          Author: Jeff Lavin
  13. *            Based on a recursive algorithm            Created: 10/28/87
  14. *            by Michael Ackerman                   Last Update: 12/01/87
  15. *            from BYTE - June 1986
  16. *
  17. *      Use:  1> [run] Hilbert
  18. *
  19. *  Instructions
  20. *  ============
  21. *  Project Menu
  22. *  ------------
  23. *  "Save IFF" and "Screen Dump" items are not implemented in this version.
  24. *      If anyone knows of some good code for doing these things (assembly
  25. *      prefered, but will accept C as a last resort), please upload to my
  26. *      board.
  27. *     
  28. *  "Hide Title" will toggle the screen title bar on and off.  You still
  29. *      get the menu bar by pushing the mouse button.
  30. *
  31. *  "About" displays an informative requester.  You must click in 'OK' to
  32. *      to make it go away and reactivate the menus.
  33. *
  34. *  "Quit" - Since there is no close gadget, you must use this to exit.
  35. *
  36. *  Action Menu
  37. *  -----------
  38. *  "Order" lets you pick a first through seventh order Hilbert Curve.
  39. *      Just select the menu option and the program will draw that curve.
  40. *
  41. *  "Color" has two options: "Color" or "B & W".  These will not change
  42. *      the colors of the current drawing.  To see the color change, pick
  43. *      "Redraw" or a new Order number.  BTW, the colors for EACH line
  44. *      segment are selected randomly from Screen colors 2-16, thanks to
  45. *      an ingenious pseudo-random number generator by Leo Schwab.
  46. *
  47. *  "Redraw" will simply instruct the program to redraw the last selection
  48. *      in case you have changed the COLOR/B & W selection, or just want
  49. *      to see it drawn again.
  50. *
  51. *       If you're interested in Hilbert curves, read the article by
  52. *       Michael Ackerman in the June 1986 issue of (c) BYTE.
  53. *
  54. *     >> No warrantee of any kind whatsoever expressed or implied! <<
  55. *
  56. *     This program is hereby placed in the public domain and is freely
  57. *     distributable if the following is observed:
  58. *
  59. *       1. This notice must be distributed intact with the program.
  60. *       2. The following files must be distributed intact with the program.
  61. *
  62. *                    Hilbert        -    Executable
  63. *                    Hilbert.doc    -    Documentation
  64. *                    Hilbert.asm    -    Assembly source
  65. *
  66. *       3. Only a reasonable distribution fee may be charged, such
  67. *          as by User Group PD Libraries.
  68. *       4. Commercial use is prohibited without the author's written
  69. *          consent.
  70. *
  71. *       I can be reached at:     The Symposium
  72. *                             Amiga Development BBS
  73. *                        1 Meg Memory - 33 Meg Hard Drive
  74. *                     300/1200, 8-N-1, 24 hr, (503) 935-7883
  75. *                           Another Citadel-68K BBS
  76. *
  77. *****************************************************************************
  78.